RequestSessionDescription Property |
Returns the request body as SessionDescription if Content-Type is "application/sdp", otherwise returns null. Sets request body and sets Content-Type as "application/sdp".
Namespace:
Independentsoft.Sip
Assembly:
Independentsoft.Sip (in Independentsoft.Sip.dll) Version: 1.0.700.17927
Syntaxpublic SessionDescription SessionDescription { get; set; }Public Property SessionDescription As SessionDescription
Get
Set
Property Value
Type:
SessionDescriptionThe session description.
See Also